home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 99
- Width = 435
- Height = 300
- Caption = 'Form1'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object Edit1: TEdit
- Left = 80
- Top = 32
- Width = 137
- Height = 25
- TabOrder = 0
- Text = 'Edit1'
- end
- object Button1: TButton
- Left = 80
- Top = 136
- Width = 137
- Height = 33
- Caption = 'Button1'
- TabOrder = 1
- OnClick = Button1Click
- end
- end
-